Sesion 28, 29, 30 | SQL and NoSQL, MongoDb

This modules it's about SQL, Databases and MongoDb

NOTE...

At this point, i'm going work in the backend, so for see the fields and run the code, go to the Github Repositorie, for this especifíc folder look at the Session 29, 30 and 31 Blog

s

SQL vs NoSQL

SQL vs. NoSQL – what’s the best option for your database needs?

sql_VS_nosql.png

Differences between SQL vs NoSQL

SQL vs NoSQL

differences_sql_VS_nosql.png

SQL

SELECT statement

SQL SELECT STATEMENT

The SELECT statement is used to select data from a database.

The data returned is stored in a result table, called the result-set.
SELECT Syntax
SELECT column1, column2, ...
FROM table_name;

THE KEY OF A DATABASE

Great Tutorials for Spanish Speakers

MongoDB Courses

Links

Mongo oficial documentation https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/

GETTING STARTED

Get start with mongoDB

DRIVERS

NODE DRIVERS

ORM Object-Relational Mappers (or ORMs)
ODMs Object Document Mappers.